![]() |
Fractale Tree
0.5
Plot Tree Fractale
|
#include <qwidget_trees.h>
Public Slots | |
void | Update_Value () |
Signals | |
void | Value_changed () |
Public Member Functions | |
QWidget_trees () | |
int | Get_Nb_Widget_tree () |
int | Get_Value_By_Index (int index) |
Stock_Prcent | Get_Stock_Prcent () |
void | Set_Value_By_Index (int index, int value) |
Private Attributes | |
int | nb_Widget_tree |
QWidget_tree * | Tab_Widget_tree [10] |
QHBoxLayout * | HBoxLayout |
Stock_Prcent | stock_prcent |
Definition at line 21 of file qwidget_trees.h.
|
explicit |
Definition at line 3 of file qwidget_trees.cpp.
References HBoxLayout, nb_Widget_tree, Stock_Prcent::Set_Size(), stock_prcent, Tab_Widget_tree, Update_Value(), and Value_changed().
int QWidget_trees::Get_Nb_Widget_tree | ( | ) |
Definition at line 69 of file qwidget_trees.cpp.
References nb_Widget_tree.
Referenced by Main_fenetre::Save_file().
Stock_Prcent QWidget_trees::Get_Stock_Prcent | ( | ) |
Definition at line 54 of file qwidget_trees.cpp.
References stock_prcent.
Referenced by Draw_Tree::Plot().
int QWidget_trees::Get_Value_By_Index | ( | int | index | ) |
Definition at line 60 of file qwidget_trees.cpp.
References QWidget_tree::Get_Value(), nb_Widget_tree, and Tab_Widget_tree.
Referenced by Main_fenetre::Save_file().
void QWidget_trees::Set_Value_By_Index | ( | int | index, |
int | value | ||
) |
Definition at line 75 of file qwidget_trees.cpp.
References nb_Widget_tree, QWidget_tree::Set_Value(), and Tab_Widget_tree.
Referenced by Main_fenetre::Main_fenetre(), and Main_fenetre::Open_file().
|
slot |
Definition at line 37 of file qwidget_trees.cpp.
References QWidget_tree::Get_Value(), nb_Widget_tree, QWidget_tree::Set_Prcent(), Stock_Prcent::Set_Prcent_By_Index(), stock_prcent, and Tab_Widget_tree.
Referenced by QWidget_trees().
|
signal |
|
private |
Definition at line 40 of file qwidget_trees.h.
Referenced by QWidget_trees().
|
private |
Definition at line 36 of file qwidget_trees.h.
Referenced by Get_Nb_Widget_tree(), Get_Value_By_Index(), QWidget_trees(), Set_Value_By_Index(), and Update_Value().
|
private |
Definition at line 42 of file qwidget_trees.h.
Referenced by Get_Stock_Prcent(), QWidget_trees(), and Update_Value().
|
private |
Definition at line 38 of file qwidget_trees.h.
Referenced by Get_Value_By_Index(), QWidget_trees(), Set_Value_By_Index(), and Update_Value().